CGI.getFileContent

Get the content of a file in the cgi environment with string name.

returns a string of the file's content.

  1. string getFileContent(string name)
    class CGI
    string
    getFileContent
    (
    string name
    )
  2. string getFileContent(string name, int index)

Meta